#newnotice {
    position:absolute;
    display:none;
    width:260px;
    border:solid #000 1px;
    background-color: #F0FBEB
}
#newnotice p {
    font-size:12px;
    margin:1px;
    padding:0px 2px 0px 5px;
    background-color:#000;
    color:#fff;
    height:20px;
    line-height:20px;
}
#newnotice p .title {
    float:left;
}
#newnotice p #bts {
    display:block;
    float:right;
    width:48px;
    height:15px;
   
}
#newnotice p #bts .button {
    display:block;
    float:left;
    width:15px;
    height:15px;
    line-height:15px;
    cursor:pointer;
   
}
#newnotice p #bts #tomin {
    background-image:url(show.jpg);
    background-position:center;
}
#newnotice p #bts #tomax {
    background-image:url(show.jpg);
    background-position:bottom;
}
#newnotice p #bts #toclose {
    background-image:url(show.jpg);
}
#newnotice div {
    font-size:12px;
    margin:1px;
    background-color:#000;
    color:#000;
    height:200px;
    line-height:20px;
}